home *** CD-ROM | disk | FTP | other *** search
/ The Art of Bondage / The Art of Bondage.iso / autorun.git < prev    next >
Text File  |  1996-05-22  |  2KB  |  59 lines

  1. ; //AUTORUN.GIT - data file for AUTORUN.EXE//
  2. ; //Place both files in the CD-ROM root directory with AUTORUN.INF//
  3. ; //Source code(c)1995 by gbamber@mistral.co.uk //
  4. ; //Freely distributable//
  5.  
  6. [DEFAULT]
  7. ; //There are 5 keywords in one section//
  8.  
  9. ; // 1)
  10. ; //prepend the full path, or just the drive before SETUP and APP?//
  11. OnlyPassDrive=no
  12.  
  13.  
  14.  
  15. ; // 2)
  16. ; //If you want, you can put a relative path in these entries//
  17. ; //otherwise the current drive/directory is assumed//
  18. ; // e.g. APP_TO_RUN=\subdir\myapp.exe
  19. ; //Note: BOTH files have to be present on the CD-ROM//
  20. APP_TO_RUN=\acdsee95\acdsee95.exe
  21.  
  22.  
  23.  
  24. ; // 3)
  25. ; //If your app takes no parameters, then set this to =no//
  26. ; //A relative path is OK. e.g. APP_PARAMETERS=\subdir\motive.hyp /C
  27. ; //e.g. If CD-ROM drive is D: then the commandline would be expanded to:
  28. ; // D:\SUBDIR\MYAPP.EXE D:\SUBDIR\MOTIVE.HYP /C
  29.  
  30. APP_PARAMETERS=no
  31.  
  32.  
  33. ; // 4)
  34. ; //If you want the current path inserted before APP_PARAMETERS then set this to yes//
  35. ; //If OnlyPassDrive=yes, then only the drive root directory is prepended//
  36. ; //Ignored if APP_PARAMETERS=no //
  37.  
  38. ParameterPrependPath=yes
  39.  
  40.  
  41. ; // 5)
  42. ; //This must be the same as DateFile= entry in SETUP.INI//
  43. ; //If this file is absent in the \SYSTEM directory, then APP_SETUP is run//
  44. ; //If this file is present in the \SYSTEM directory, then APP_TO_RUN is run//
  45. ; //Your installer should copy/create this file, and the Uninstaller delete it//
  46.  
  47. DATFILE=GBSETUP.DAT
  48.  
  49. ; //6)
  50. ; //If this parameter is set to yes, then SETUP.EXE does not need
  51. ; //to make the DATfile at all//
  52. MakeDATFile=yes
  53.  
  54. ; //7)
  55. ; //If this parameter is set to yes, then APP_TO_RUN can have a drive/path//
  56. ; //for instance: AbsolutePath=C:\HEXEN.BAT could be used to enable autoplay
  57. ; //for a DOS application like a game that runs from CD
  58. AbsolutePath=no
  59.